object Form1: TForm1 Left = 252 Top = 157 BorderStyle = bsDialog Caption = 'DemoSlide 1.0' ClientHeight = 357 ClientWidth = 429 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 2 Top = 2 Width = 425 Height = 353 BevelInner = bvLowered BorderWidth = 3 TabOrder = 0 object Label1: TLabel Left = 142 Top = 196 Width = 157 Height = 13 Caption = 'Seconds delay between pictures.' end object Label2: TLabel Left = 110 Top = 24 Width = 177 Height = 24 Caption = 'Choose demo type' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object RadioGroup1: TRadioGroup Left = 50 Top = 82 Width = 273 Height = 89 Caption = 'Choice' TabOrder = 0 end object RadioButton2: TRadioButton Left = 68 Top = 138 Width = 232 Height = 17 Caption = 'Manuel DemoSlide (With navigation arrows)' TabOrder = 1 OnClick = RadioButton2Click end object RadioButton3: TRadioButton Left = 68 Top = 112 Width = 125 Height = 17 Caption = 'Automatic DemoSlide' Checked = True TabOrder = 2 TabStop = True OnClick = RadioButton3Click end object Edit1: TEdit Left = 108 Top = 192 Width = 25 Height = 21 TabOrder = 3 Text = '2' end object Button1: TButton Left = 229 Top = 308 Width = 75 Height = 25 Caption = 'Next >' TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 328 Top = 308 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 5 OnClick = Button2Click end object Button3: TButton Left = 17 Top = 308 Width = 75 Height = 25 Caption = 'About...' TabOrder = 6 OnClick = Button3Click end end end